projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eac96cf
)
(vip-overriding-map): new variable.
author
Michael Kifer
<kifer@cs.stonybrook.edu>
Thu, 27 Jul 1995 19:42:29 +0000
(19:42 +0000)
committer
Michael Kifer
<kifer@cs.stonybrook.edu>
Thu, 27 Jul 1995 19:42:29 +0000
(19:42 +0000)
lisp/emulation/viper-keym.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/viper-keym.el
b/lisp/emulation/viper-keym.el
index 606f17324c026400fae735c3320223d9fc51a78f..da862a141d81004373938485db55afdfd7f11e10 100644
(file)
--- a/
lisp/emulation/viper-keym.el
+++ b/
lisp/emulation/viper-keym.el
@@
-29,6
+29,10
@@
(defvar vip-vi-intercept-map (make-sparse-keymap))
(defvar vip-insert-intercept-map (make-sparse-keymap))
(defvar vip-emacs-intercept-map (make-sparse-keymap))
+
+;; keymap used to zap all keymaps other than function-key-map,
+;; devide-function-key-map, etc.
+(defvar vip-overriding-map (make-sparse-keymap))
(vip-deflocalvar vip-vi-local-user-map (make-sparse-keymap)
"Keymap for user-defined local bindings.